/*@font-face {*/
/*font-family: 'SourceHanSansCN Light';*/
/*src: url('./font/SourceHanSansCN-Light.otf');*/
/*}*/
/*@font-face {*/
/*font-family: 'SourceHanSansCN Normal';*/
/*src: url('./font/SourceHanSansCN-Normal.otf');*/
/*}*/
.header-warp {
    width: 100%;
    height: 90px;
    position: fixed;
    z-index: 999;
    top: 0;
    background-color: #fff;
}

#header {
    width: 1200px;
    margin: auto;
}

.height {
    height: 90px;
}

.topbar {
    width: 1200px;
    margin: auto;
    padding-top: 14px;
    position: relative;
    margin-bottom: 20px;
}

.logo {
    height: 30px;
    line-height: 30px;
    vertical-align: bottom;
}

.welcome {
    display: inline-block;
    line-height: 14px;
    margin-left: 14px;
    font-size: 14px;
    color: #f08700;
    vertical-align: bottom;

}

.language {
    position: absolute;
    right: 0;
    bottom: 0;
}

.language-cli {
    margin-left: 10px;
    font-size: 12px;
    line-height: 12px;
    color: #2b2b2b;
    cursor: pointer;
}

/* nav */
#nav {
    width: 1200px;
    position: relative;
    margin: auto;
    height: 26px;
}

.nav {
    width: 1221px;
    position: absolute;
    left: -15px;
    top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.nav a {
    font-size: 16px;
    line-height: 16px;
    float: left;
    color: #666363;
    /*padding-bottom: 8px;*/
    box-sizing: border-box;
    /*width: 124px;*/
    padding: 0 36px 8px;
    text-align: center;
    /*margin-right: 58px;*/

}

.nav a:last-child {
    margin-right: 0;
}

.nav a.active, .nav a:hover {
    color: #009798;
    border-bottom: 2px solid #009596;
}

/* nav */
#banner {
    width: 100%;
    margin: auto;
    /*height: 545px;*/
}

#banner img {
    max-width: 100%;
    /*height: 100%;*/
    display: block;
    width: 100%;
}

#product {
    padding: 25px 0 22px;
}

.product {
    width: 1200px;
    margin: auto;
}

.product:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.product li {
    float: left;
    margin-left: 6.3%;
    width: 25%;
    border: 1px solid #e6e7e7;
    box-sizing: border-box;
}

.product li:hover {
    -moz-box-shadow: 8px 8px 8px #EFEFEF;
    -webkit-box-shadow: 8px 8px 8px #EFEFEF;
    box-shadow: 8px 8px 8px #EFEFEF;
}

.product li:last-child {
    margin-right: 0;
}

.product-img {
    width: 100%;
    height: 206px;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.product-text {
    height: 172px;
    width: 100%;
    text-align: center;
    padding-top: 22px;
    box-sizing: border-box;
    position: relative;
}

.product-tit {
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 20px;
    color: #131313;

}

.product-dec {
    width: 210px;
    line-height: 16px;
    font-size: 16px;
    color: #6b6b6b;
    margin: auto;
    text-align: center;
    margin-bottom: 12px;

}

.product-link {
    margin-top: 36px;
    height: 30px;
    position: absolute;
    left: 82px;
    bottom: 17px;
}

.product-link a {
    font-family: SourceHanSansCN ExtraLight;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 132px;
    color: #fffefe;
    font-size: 14px;
    line-height: 30px;
    background-color: #00979a;
    border-radius: 8px;
}

#service {
    margin: auto;
    width: 100%;
    background: url(../images/libg.png) no-repeat center;
}

#service .service {
    width: 100%;
    height: 100%;
    margin: auto;
}

#research {
    padding: 24px 0;
    width: 100%;
    margin: auto;
}

.research {
    width: 1060px;
    margin: auto;
}

.research:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.research li {
    width: 50%;
    height: 360px;
    position: relative;
    float: left;
}

.research li:nth-child(1), .research li:nth-child(2) {
    margin-bottom: 20px;
}

.research li:nth-child(even) .research-up {
    left: -50px;
}

.research-up {
    height: 290px;
    width: 535px;
    position: relative;
}

.research li:nth-child(even) .research-up {
    position: absolute;
    top: 85px;
}

.research li:nth-child(even) .research-down {
    top: 0;
    left: 35px;
}

.research-img {
    width: 100%;
    height: 100%;
}

.research-down {
    height: 50px;
    position: absolute;
    bottom: 6px;
    left: 0;
}

.research-tit {
    font-size: 24px;
    color: #009e9f;
    font-style: italic;
    margin-bottom: 6px;

}

.research-dec {
    font-style: italic;
    font-size: 20px;
    color: #545454;
    line-height: 25px;
    padding-left: 14px;
    background-image: url(../images/research-se.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;

}

.research-link {
    position: absolute;
    left: 37px;
    top: 0;

}

.link-to {
    width: 458px;
    height: 280px;
    transform: skewX(-14deg);
}

#join-us {
    width: 100%;
    margin: auto;
    background-image: url(../images/joinus.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 14px;
}

.join-us {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.join-tit {
    font-size: 46px;
    color: #017099;
    line-height: 46px;
    padding-top: 77px;
    padding-bottom: 36px;

    font-weight: 500;
}

.join-dec {
    font-size: 20px;
    line-height: 20px;
    color: #6a6b6b;
    margin-bottom: 14px;

}

.join-add {
    padding: 50px 0;
}

.join-add a {
    font-size: 20px;
    height: 40px;
    width: 144px;
    display: block;
    background-color: #017099;
    border-radius: 10px;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    margin: auto;

}

/* footer */
#footer {
    width: 100%;
    margin: auto;
    background-color: #434343;
}

.blogroll {
    box-sizing: border-box;
    border-bottom: 2px solid #5f5d5e;
    padding: 12px 0;
}

.blogroll-footer {
    width: 1200px;
    margin: auto;
    font-size: 12px;
    color: #fff;

}

.blogroll-footer:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.blogroll-footer span {
    float: left;
}

.blogroll-list {
    float: right;
    width: 95%;
    display: inline-table;
}

.blogroll-list a:first-child {
    padding-left: 0;
}

.blogroll-list a:last-child {
    border: none;
}

.blogroll-list a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-right: 1px solid #fff;
    padding: 0 6px;
    margin-bottom: 6px;
    display: inline-block;

}

.blogroll-list a:hover {
    color: #009798;
}

.footer-bar {

}

.footer-bar ul {
    padding-top: 12px;
    width: 1200px;
    margin: auto;
    padding-bottom: 14px;
}

.footer-bar ul:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.footer-bar li {
    float: left;
}

.bar-fl {
    width: 107px;
    height: 107px;
    background-color: #fff;
    margin-right: 86px;
}

.bar-co {
    width: 366px;
    margin-right: 150px;
}

.bar-co span, .bar-rl span {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    text-align: left;
    margin-right: 20px;
    float: left;

}

.bar-other {
    width: 260px;
    display: inline-block;
}

.bar-other p {

    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.footer-bom {
    width: 1200px;
    margin: auto;
    position: relative;
}

.footer-bom p {
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: right;

}

/* footer */
/* swiper */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 36px !important;
}

.swiper-pagination-bullet {
    outline: none !important;
    margin: 0 8px !important;
    opacity: 1 !important;
    width: 14px !important;
    height: 14px !important;
    background-image: url(../images/bannerdot.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.swiper-pagination-bullet-active {
    background: url(../images/banneractive.png) !important;
}

/* swiper */
.prolistco {
    border-top: 1px solid #c7c7c7;
}

.pro-topbar {
    height: 46px;
    margin-top: 25px;
    background-color: #f7f6f6;
}

.pro-topbar ul {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
}

.pro-topbar ul:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.pro-topbar ul li {
    float: left;
    width: 33%;
    border-right: 1px solid #009e9f;
    height: 35px;
    line-height: 35px;
    margin-top: 6px;
    text-align: center;
    box-sizing: border-box;
}

.pro-topbar ul li:last-child {
    border: none;
}

.pro-topbar ul li a {
    font-size: 16px;
    color: #5b5c5c;

}

.pro-topbar ul li a.active {
    color: #036264;
}

.pro-topbar ul li a:hover {
    color: #036264;
}

.pro-content {
    padding-top: 26px;
    width: 1200px;
    margin: auto;
    padding-bottom: 80px;
}

.pro-content-tit {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 16px;
    color: #2c2d2d;

}

.pro-content-other {
    margin-bottom: 16px;
    text-align: center;
    color: #aaaaab;
    /*font-size: 14px;*/
    /*line-height: 14px;*/
}

.pro-content-name {

    color: #00a2ac;
    /*margin-right: 7px;*/
}

.pro-content p {
    /*text-indent: 30px;*/
    font-size: 18px;
    line-height: 34px;

}

.pro-content img {
    display: block;
    margin: 0 auto;
}

/*  */
.product-topimg {
    margin: auto;
    width: 100%;
}

.product-topimg img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.product-alllist {
    padding-top: 40px;
    padding-bottom: 46px;
    width: 1212px;
    margin: auto;
}

.product-alllist:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.product-alllist li {
    width: 386px;
    height: 386px;
    position: relative;
    margin-bottom: 25px;
    margin-right: 25px;
    float: left;
    overflow: hidden;
}

.product-alllist li:nth-child(3n) {
    margin-right: 0;
}

.product-alllist li:nth-last-of-type(1), .product-alllist li:nth-last-of-type(2), .product-alllist li:nth-last-of-type(3) {
    margin-bottom: 0;
}

.alllist-img {
    width: 100%;
    height: 100%;
}

.alllist-ly {
    opacity: .8;
    position: absolute;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pro-fy.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.alllist-ly p {
    padding-left: 24px;
}

.alllist-lytit {
    /*position: absolute;*/
    left: 0;
    margin-top: 152px;

    font-size: 20px;
    max-width: 270px;
    color: #fff;
    margin-bottom: 12px;
}

.alllist-lydec {
    /*position: absolute;*/
    left: 0;
    top: 185px;
    font-size: 16px;
    max-width: 270px;
    color: #fff;
    line-height: 28px;

}

.alllist-lya {
    font-family: SourceHanSansCN ExtraLight;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 50px;
    bottom: 22px;
}

.alllist-lya:hover {
    color: #FFF9EC;
}

.headline {
    width: 100%;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    color: #036264;
    text-align: center;
    margin: auto;
    background-color: #f7f6f6;

}

.headline-other {
    width: 1200px;
    margin: auto;
    padding: 30px 0;
}

.headline-other:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.headline-fl {
    width: 440px;
    height: 240px;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.headline-fl img {
    width: 100%;
    height: 100%;
}

.headline-rl {
    width: 710px;
}

.headline-rl p {
    margin-top: 52px;
    line-height: 32px;
    color: #313232;
    font-size: 18px;
    margin-bottom: 20px;

}

.headline-rl a {
    font-size: 14px;
    color: #919393;
    font-family: SourceHanSansCN ExtraLight;
}

.headline-rl a:hover {
    color: #009798;
}

/*  */
.aboutus {
    width: 100%;
    margin: auto;
}

.aboutus img {
    width: 100%;
    margin: auto;
    display: block;
}

#aboutus {
    width: 1200px;
    margin: auto;
    padding: 22px 0;
}

#aboutus:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.aboutus-fl {
    width: 592px;
}

.aboutus-fl li {
    width: 100%;
    height: 350px;
    position: relative;
    margin-bottom: 20px;
}

.aboutus-fl li:last-child {
    margin-bottom: 0;
}

.aboutus-flimg {
    width: 100%;
    height: 100%;
}

.aboutus-dec {
    height: 80px;
    background-color: #3db9c1;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 50px 0 25px;
    width: 100%;
    box-sizing: border-box;
    line-height: 80px;
    opacity: .8;
}

.dec-dec {
    font-size: 26px;
    color: #fff;

}

.dec-more {
    font-size: 14px;
    color: #fff;
    float: right;

}

.aboutus-rl {
    width: 592px;
    height: 1090px;
    position: relative;
}

.aboutus-up {
    width: 100%;
    height: 665px;
    position: absolute;
    top: 0;
    left: 0;
}

.aboutus-down {
    width: 100%;
    height: 670px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.aboutus-rlimg {
    width: 100%;
    height: 100%;
}

.aboutusrl-sanjiao {
    height: 294px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 371px;
    opacity: .8;
}

.aboutusrl-tit {
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 30px;
    top: 426px;

}

.aboutusrl-more {
    position: absolute;
    left: 30px;
    top: 472px;
    z-index: 999;
}

.aboutusrl-more a {
    font-size: 14px;
    color: #fff;

}

.aboutusrl-sanjiao1 {
    height: 300px;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 371px;
    opacity: .8;
}

.aboutusrl-tit1 {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 490px;
}

.aboutusrl-more1 {
    position: absolute;
    right: 30px;
    bottom: 450px;
    z-index: 999;
}

.aboutusrl-more1 a {
    font-size: 14px;
    color: #fff;

}

.showtext {
    width: 1200px;
    margin: auto;
    padding-bottom: 40px;
}

.show-tit {
    margin: 46px 0 32px 0;
    height: 56px;
    line-height: 56px;
    text-align: center;
}

.show-h1 {
    background-image: url(../images/border-show01.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100%;
}

.show-h2 {
    background-image: url(../images/border-show02.png);
    background-position: left center;
    background-repeat: repeat-x;
    background-size: contain;
    height: 100%;
}

.show-h3 {
    display: inline-block;
    margin: auto;
    height: 100%;
    background-image: url(../images/border-show03.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.show-h {
    display: inline-block;
    margin: auto;
    height: 100%;
    font-size: 38px;

    text-indent: -20px;
    padding-right: 14px;
}

.show-dec p {
    text-indent: 30px;
    font-size: 18px;
    line-height: 32px;

    color: #313232;
}

.show-dec a {
    color: #00a2ac;
}

.jzyl {
    border: none !important;
}

.jzyl-img {
    width: 100%;
    margin: auto;
}

.jzyl-img img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

/*  */
#medical {
    width: 1200px;
    padding: 30px 0;
    margin: auto;
}

.medical {
    width: 100%;
}

.medical li {
    width: 100%;
    margin-bottom: 30px;
    height: 315px;
}

.medical li:last-child {
    margin-bottom: 0;
}

.medical li:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.medical li .medical-fl {
    float: left;
    width: 50%;
    height: 100%;
}

.medical li .medical-rl {
    padding: 72px 34px 20px 45px;
    float: right;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    border-left: none;
}

.medical li:nth-child(even) .medical-fl {
    float: right;
}

.medical li:nth-child(even) .medical-rl {
    float: left;
    border-left: 1px solid #c7c7c7;
    border-right: none;
}

.medical-img {
    width: 100%;
    height: 100%;
}

.medical-tit {

    font-size: 20px;
    color: #2c2d2d;
    line-height: 20px;
    margin-bottom: 16px;
}

.medical-dec {

    font-size: 18px;
    line-height: 32px;
    color: #313232;
    margin-bottom: 18px;
}

.medical-more {

    font-size: 14px;
    color: #009ea5;
    float: right;
}

.investment li {
    width: 20% !important;

}

#investment {
    width: 100%;
    margin: auto;
}

#investment img {
    width: 100%;
    height: 100%;
    display: block;
    margin: auto;
}

.investment li:first-child {
    border-left: 1px solid #009e9f;
}

.investment li:last-child {
    border-right: 1px solid #009e9f !important;
}

.contentlist {
    width: 1200px;
    margin: auto;
}

.contentlistbg {
    width: 100%;
    background-image: url(../images/pdfco.png);
    background-position: left center;
    background-repeat: repeat-y;
    background-size: contain;

}

.contentlistbg > div {
    width: 100%;
    background-image: url(../images/pdftop.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.contentlistbg > div > div {
    width: 100%;
    background-image: url(../images/pdfbom.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 500px;

}

.contentlist-show {
    width: 740px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 150px;
}

.contentlist-show ul:before {
    display: block;
    content: '';
    height: 19px;
    width: 19px;
    background-image: url(../images/yuan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 105px;
    top: -19px;
}

.contentlist-show ul:after {
    display: block;
    content: '';
    height: 19px;
    width: 19px;
    background-image: url(../images/yuan.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 105px;
    bottom: -19px;
}

.contentlist-show ul {
    padding: 34px 0 70px;
    position: relative;
    width: 100%;
    background-image: url(../images/ulbg.png);
    background-position: 114px center;
    background-repeat: repeat-y;
    background-size: 2px;
}

.contentlist-show ul li:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.contentlist-show ul li {
    height: 60px;
    line-height: 60px;
    margin-bottom: 45px;
}

.pdf {
    height: 100%;
    margin-right: 53px;
}

.pdfyuan {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-right: 90px;
    margin-top: 20px;
}

.pdflink {
    width: 448px;
    color: #2c2d2d;
    font-size: 20px;

}

.pdflink:hover {
    color: #009798;
}

/* page */
#page {
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
    height: 40px;
}

.pagination:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.pagination {
    display: inline-block;
}

.pagination li {
    float: left;
}

.pagination a {
    float: left;
    height: 40px;
    box-sizing: border-box;
    padding: 0 14px;
    margin-right: 5px;
    border: 1px solid #b5b5b5;
    color: #009e9f;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 20px;

}

.pagination span {
    color: #009e9f;
    float: left;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 20px;

    height: 40px;
    box-sizing: border-box;
    padding: 0 14px;
    margin-right: 5px;
    border: 1px solid #b5b5b5;
    background-color: #ceeaea;
    border: 1px solid #42adae;
}

/* page */

#touzi {
    width: 1200px;
    margin: auto;
    padding: 22px 0;
}

.touzi:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.touzi li {
    width: 590px;
    height: 350px;
    margin-bottom: 10px;
    position: relative;
    float: left;
}

.touzi li:last-child {
    /*width: 100%;*/
    margin-right: 0;
    margin-bottom: 0;
    /*height: 372px;*/
}

.touzi li:nth-child(odd) {
    margin-right: 10px;
}

.touzi-img {
    width: 100%;
    height: 100%;
}

.touzi-tit {
    padding-left: 60px;
    height: 55px;
    line-height: 55px;
    color: #009597;
    font-size: 20px;
    background-image: url(../images/inter01-ico.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 55px;
    position: absolute;
    left: 32px;
    bottom: 30px;
}

.touzi-titactive {
    display: none;
    padding-left: 60px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    background-image: url(../images/inter01-icoactive.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 55px;
    position: absolute;
    left: 32px;
    bottom: 30px;
    z-index: 1;
}

.touzi-titactive a {
    color: #fff;
}

.touzi-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
    display: none;
}

.touzi li:nth-child(2) .touzi-tit {
    background-image: url(../images/inter02-ico.png);
}

.touzi li:nth-child(2) .touzi-titactive {
    background-image: url(../images/inter02-icoactive.png);
}

.touzi li:nth-child(3) .touzi-tit {
    background-image: url(../images/inter03-ico.png);
}

.touzi li:nth-child(3) .touzi-titactive {
    background-image: url(../images/inter03-icoactive.png);
}

.touzi li:nth-child(4) .touzi-tit {
    background-image: url(../images/inter04-ico.png);
}

.touzi li:nth-child(4) .touzi-titactive {
    background-image: url(../images/inter04-icoactive.png);
}

.touzi li:nth-child(5) .touzi-tit {
    background-image: url(../images/inter05-ico.png);
    right: 32px;
    left: auto;
}

.touzi li:nth-child(5) .touzi-titactive {
    background-image: url(../images/inter05-icoactive.png);
    right: 32px;
    left: auto;
}

/*  */
.detile-topbar {
    width: 100%;
    height: 22px;
    box-sizing: border-box;
    background-color: #f3f3f3;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

/* 二维码 */
.code {
    width: 182px;
    border: 1px solid #bfbfbf;
    position: fixed;
    right: 120px;
    top: 210px;
    z-index: 999;
    background-color: #fff;
    padding-bottom: 20px;
}

.code img {
    width: 100%;
}

.code p {
    text-align: center;
    line-height: 30px;
    font-size: 20px;

    color: #989999;
}

/* 二维码 */
.newsbanner {
    width: 100%;
    margin: auto;
}

.newsbanner img {
    display: block;
    margin: auto;
    width: 100%;
}

.daytime {
    height: 50px;
    line-height: 50px;
    width: 100%;
    box-sizing: border-box;
    background-color: #f3f3f3;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.dayshow {
    width: 1200px;
    margin: auto;
}

.timeshow {
    height: 30px;
    line-height: 30px;
}

.timeshow:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.time {
    width: 160px;
    height: 100%;
    background-color: #fff;
    border: none;
    margin-top: 10px;
    border-radius: 6px 0 0 6px;
    padding-left: 20px;
}

.timebtn {
    margin-top: 10px;
    padding: 0 46px 0 22px;
    background-color: #00a2ab;
    color: #fff;
    font-size: 14px;
    background-image: url(../images/timego.png);
    background-position: 90px center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
}

/*  */
.newslist {
    width: 100%;
    margin: auto;
}

.newslist li {
    width: 100%;
    margin: auto;
    padding: 44px 0;
    border-bottom: 1px solid #c7c7c7;
}

.newslist li:hover {
    background-color: #f9f9f9;
}

.newsco {
    width: 1200px;
    margin: auto;
}

.newsco:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.news-fl .news-fl-img {
    width: 442px;
    height: 228px;
    border: 1px solid #c7c7c7;
}

.news-rl {
    width: 695px;
    height: 228px;
    position: relative;
}

.news-tit {
    margin-top: 15px;
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 30px;

    color: #2c2d2d;
}

.news-dec {
    color: #2c2d2d;
    font-size: 18px;
    line-height: 32px;

    margin-bottom: 18px;
}

.news-other {
    height: 22px;
    line-height: 22px;
    position: absolute;
    bottom: 22px;
    width: 100%;
}

.news-time {
    padding-left: 30px;
    font-size: 14px;
    color: #bbbdbd;
    background-image: url(../images/time.png);
    background-position: left center;
    background-repeat: no-repeat;

    display: inline-block;
}

.news-more {
    float: right;

    font-size: 14px;
    color: #009ea5;
}

/* 发展历程 */

#history {
    width: 1200px;
    position: relative;
    margin: 50px auto 0 auto;
}

.title {
    height: 19px;
    line-height: 19px;
    text-indent: 280px;
}

#circle {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 49.2%;
    background: url(../images/yuan.png);
    border-radius: 95px;
    text-indent: 0;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#content {
    height: 600px;
    width: 1200px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    background-image: url(../images/ulbg.png);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 1px;
    padding-bottom: 300px;
}

.list {
    /* overflow: hidden; */
    position: relative;
}

.list li {
    min-height: 100px;
    vertical-align: bottom;
    /* overflow: hidden; */
    position: relative;
}

.list li:nth-child(odd) .lileft {
    display: none;
}

.list li:nth-child(even) .liright {
    display: none;
}

.liwrap {
    margin-top: 28px;
}

.liwrap:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.lileft {
    /* position: absolute; */
    float: left;
    /* height: 55px; */
    width: 558px;
    text-align: right;
    position: relative;
}

.lileft:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.lileft .list-img {
    width: 94px;
    height: 94px;
    background-color: #efefef;
    display: inline-table;
    border-radius: 50%;
    margin-top: 20px;
    margin-right: 50px;
    line-height: 94px;
    text-align: center;
    font-size: 0
}

.list-img img {
    vertical-align: middle;
    width: 100%;
}

.liright {
    position: relative;
    /* position: absolute; */
    float: right;
    top: 0;
    right: 0px;
    /* height: 55px; */
    width: 558px;
}

.liright .list-img {
    width: 94px;
    height: 94px;
    background-color: #efefef;
    display: inline-table;
    border-radius: 50%;
    margin-top: 20px;
    margin-left: 50px;
    line-height: 94px;
    text-align: center;
    font-size: 0
}

.li-dec {
    float: left;
}

.date {
    width: 377px;
    float: right;
}

.md {
    text-align: left;
}

.md a, .hisct a {
    font-size: 18px;

    color: #2c2d2d;
    line-height: 32px;
    list-style: none;
    text-decoration: none;
}

.md a:hover {
    color: #009798;
}

.hisct a:hover {
    color: #009798;
}

.hisct {
    width: 377px;
}

.year, .histt {

    font-size: 30px;
    line-height: 30px;
    color: #2c2d2d;
    margin-bottom: 25px;
    width: 377px;
    font-weight: bold;
}

.point {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 49.35%;
    background: url(../images/pdfyuan.png) no-repeat 0px center;
    overflow: hidden;
}

.point b {
    height: 16px;
    width: 16px;
    background: #fff;
    display: block;
    margin: 17px 0 0 19px;
    border-radius: 18px;
    border: 2px solid #6bc30d;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.thiscur .point b {
    border: 7px solid rgba(107, 195, 13, 0.6);
    margin: 12px 0px 0px 14px;
    border-radius: 52px;
}

.thiscur .histt a {
    color: #6bc30d;
}

.histt a {
    font-size: 24px;
    color: #747474;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#arrow {
    position: fixed;
    top: 50%;
    right: 30px;
}

* html #arrow {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop));
    margin-top: 350px;
}

#arrow ul li {
    display: block;
    height: 20px;
    width: 20px;
    background: url(../images/icons.png) no-repeat 0 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#arrow ul li:active {
    background-color: #000;
}

#arrow ul .arrow_active {
    background-color: #000;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

#arrow ul .arrowup {
    background-position: 0px -26px;
    margin-bottom: 10px;
}

#arrow ul .arrowdown {
    background-position: 0px 0px;
}

.arrowdownwarp {
    width: 100%;
    height: 60px;
    background-color: #eefeff;
    position: absolute;
    bottom: 35px;
    left: 0;
    opacity: .8;
    text-align: center;
}

.arrowdownwarp .arrowdown {
    padding: 16px;
    cursor: pointer;
}

.dot {
    padding-left: 20px;
    background-image: url(../images/dot.png);
    background-position: left 12px;
    background-repeat: no-repeat;
}

/* 发展历程 */
/* 公司简介 */
.jianjie {
    padding-bottom: 100px;
    padding-top: 20px;
}

.jianjie-fl p {

    color: #313232;
    line-height: 32px;
    font-size: 18px;
    text-indent: 36px;
}

.jianjie-rl {
    width: 556px;
    height: 230px;
    margin-left: 60px;
}

/* 公司简介 */

.product-img {
    overflow: hidden;
}

.product-img img, .research-img {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.product-img img:hover {
    transform: scale(1.1);
}

.servicewarp {
    position: relative;
    width: 1200px;
    margin: auto;
    height: 370px;
}

.servicewarp p {
    font-size: 42px;
    line-height: 42px;

    font-weight: 500;
    color: #009e9f;
}

.service-p1 {
    position: absolute;
    top: 112px;
    left: 128px;
}

.service-p2 {
    position: absolute;
    top: 195px;
    left: 210px;
}

.servicewarp span {
    font-size: 56px;
    line-height: 56px;

    color: #009e9f;
    font-weight: 500;
}

.service-img {
    width: 285px;
    position: absolute;
    right: 60px;
    top: 60px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 8s linear infinite;
    -moz-animation: rotate 8s linear infinite;
    -o-animation: rotate 8s linear infinite;
    animation: rotate 8s linear infinite;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

/* addusshow */
#addus {
    width: 1200px;
    margin: 22px auto 60px;
}

#addus:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.addus-fl {
    width: 322px;
    min-height: 658px;
    background-color: #f6f7f7;
    -moz-box-shadow: 10px 10px 10px #dcdfdf;
    -webkit-box-shadow: 10px 10px 10px #dcdfdf;
    box-shadow: 10px 10px 10px #dcdfdf;
    border-radius: 10px;
}

.addus-rl {
    width: 850px;
}

.addus-rl-top {
    height: 65px;
    background-color: #00a1aa;
    line-height: 65px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
    -moz-box-shadow: 6px 6px 6px #eeeded;
    -webkit-box-shadow: 6px 6px 6px #eeeded;
    box-shadow: 6px 6px 6px #eeeded;
    font-size: 0
}

.addus-rl-top:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.addus-list {
    background-color: #f6f7f7;
    min-height: 658px;
    -moz-box-shadow: 8px 8px 8px #edebeb;
    -webkit-box-shadow: 8px 8px 8px #edebeb;
    box-shadow: 8px 8px 8px #edebeb;
}

.hot-job {
    height: 65px;
    padding-left: 30px;
    padding-top: 35px;
    box-sizing: border-box;
}

.hot-job span {
    font-size: 20px;
    color: #00a1aa;

}

.job-list {
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    padding-bottom: 14px;
}

.job-list li {
    height: 73px;
    line-height: 73px;
    text-align: center;
    border-bottom: 1px solid #bdc2c2;
}

.job-list li:last-child {
    border: none;
}

.job-list li a {

    color: #646464;
    font-size: 18px;
}

.job-list li a:hover {
    color: #00a1aa;
}

.job-class {
    float: left;

    font-size: 20px;
    color: #ccfafd;
    padding-left: 28px;
    box-sizing: border-box;
}

.jobshow {
    float: right;
    width: 84%;
    height: 100%;
}

.jobshow span {

    font-size: 18px;
    color: #fff;
    border-right: 1px solid #bdc2c2;
    padding: 0 36px;
    cursor: pointer;
}

.jobshow span:last-child {
    border: none;
}

.addlist-top {
    padding-left: 58px;
    height: 65px;
    line-height: 65px;
    background-color: #e4e5e5;
}

.addlist-top span {
    float: left;
    width: 25%;
    text-align: center;

    font-size: 18px;
    color: #5b5c5c;
}

.job-listshow li a {
    padding-left: 58px;
    display: block;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e3e5e5;
}

.job-listshow li a:hover {
    background-color: #d1f6f8;
}

.job-listshow li a span {
    float: left;
    width: 25%;
    text-align: center;

    font-size: 16px;
    color: #646464;
}

.school-job {
    width: 1200px;
    margin: auto;
    margin-left: 40px;
}

.school-joblist {
    width: 100%;
}

.school-joblist li {
    width: 33.3%;
    float: left;
    margin-bottom: 50px;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}

.school-joblist:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.school-joblist li p {
    width: 100%;

    font-size: 18px;
    color: #313232;
    line-height: 33px;
}

.school-joblist li .school-numbg {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -42px;
    opacity: .8;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #f7f6f6;
}

.school-joblist li .school-num {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: -42px;
    width: 64px;
    height: 64px;
    border-radius: 50%;

    font-size: 25px;
    color: #171818;
    line-height: 64px;
    text-align: center;
    z-index: 1;
}

.school-plan {
    color: #00979a;
    font-size: 36px;

    text-align: center;
    margin-bottom: 56px;
}

.school-planimg {
    display: block;
    margin: auto;
    width: 820px;
}

.zixun01 {

    font-size: 18px;
    line-height: 18px;
    color: #313232;
    text-align: center;
    margin-bottom: 28px;
}

.zixun02 {

    font-size: 18px;
    line-height: 18px;
    color: #036264;
    text-align: center;
    margin-bottom: 40px;
}

.zixunimg {
    width: 1180px;
    display: block;
    margin: auto;
}

.topmain {
    position: relative;
}

.topmain ul {
    position: absolute;
    top: 38px;
    width: 100%;
    background-color: #eceaea;
    padding: 0 14px;
    box-sizing: border-box;
    display: none;
    z-index: 999;
}

.topmain ul li {
    border-left: none !important;
    width: 100% !important;
    /*line-height: 36px;*/
    /*height: 36px;*/
    margin-top: 0;
    border-right: none !important;
    border-bottom: 1px solid #fff;
    line-height: normal;
    height: auto;
    padding: 10px 0;
}

.topmain ul li:last-child {
    border: none !important;
}

.topmainbg {
    position: absolute;
    top: 12px;
    left: 168px;
    transition: all 0.3s linear 0s;
}

.topmainbgactive {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.aboutus-main {

}

.aboutus-main p {
    font-size: 16px;
    line-height: 24px;

    color: #313232;
    margin-bottom: 12px;
}

.aboutus-main img {
    /*display: block;*/
    /*margin:40px auto;*/
}

.other-h1 {

    font-size: 38px;
    color: #2c2d2d;
    margin: 58px 0 28px;
}

.qiye {
    margin-bottom: 20px;
}

.Social {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 56px 106px 45px;
}

.Social p {
    line-height: 24px;
    font-size: 18px;
    color: #5b5b5b;
}

.Social-top {
    margin-bottom: 20px;
}

.belvemail {
    line-height: 30px;
    font-size: 18px;
    color: #00a3aa;
    margin-top: 20px;
    margin-left: 12px;
}

/* addusshow */

.honor-tit {
    width: 1200px;
    margin: auto;
    line-height: 26px;
    margin-bottom: 20px;

    font-size: 20px;
    color: #2c2d2d;
    padding-left: 60px;
    font-weight: bold;
    box-sizing: border-box;
}

.honor {
    width: 1200px;
    margin: auto;
    position: relative;
    padding-bottom: 100px;
    padding: 0 60px 10px;
    box-sizing: border-box;
}

.honor p {
    line-height: 26px;
    padding-left: 50px;
    background: url(../images/honor-bei.png) no-repeat left center;

    font-size: 20px;
    color: #2c2d2d;
    margin-bottom: 18px;
}

.honor-bom{
    position: relative;
    height: 11px;
    margin-bottom: 36px;
}


.honor:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}
.honor-img {
    position: absolute;
    right: 0;
    top: -380px;
    width: 100%;
    opacity: .5;
}
.culture-beilu{
    font-size: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.culture-beilu img{
    margin-bottom: 18px;
    moz-box-shadow: 8px 8px 8px #EFEFEF;
    -webkit-box-shadow: 8px 8px 8px #EFEFEF;
    box-shadow: 8px 8px 8px #EFEFEF;
}
.navmain {
    position: relative;
}

.navmain ul {
    background-color: #a2a5a4;
    position: absolute;
    top: 25px;
    padding: 10px 0;
    width: 100%;
    opacity: .9;
    display: none;
}

.navmain ul li {
    margin-bottom: 14px;
    /*height: 26px;*/
    /*line-height: 26px;*/
    text-align: center;
    position: relative;
}

.navmain ul li a {
    padding: 0 12px 8px 12px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-bottom: 1px solid #c2c2bf;
    float: none;
    opacity: 1;
}

.navmain ul li a:hover {
    border-bottom: 1px solid #c2c2bf;
    color: #02f0ff;
    opacity: 1;
}

.contact-us {
    padding: 30px 0;
}

.contact-us:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.contact-fl {
    width: 540px;
}

.contact-rl {
    width: 580px;
}

.contact-ul li {
    height: 62px;
    padding-left: 68px;
    float: left;
    margin-bottom: 46px;
}

.contact-ul li:nth-child(1) {
    background: url(../images/contact01.png) no-repeat left center;
    background-size: 62px;
    width: 100%;
}

.contact-ul li:nth-child(2) {
    background: url(../images/contact02.png) no-repeat left center;
    background-size: 62px;
    width: 30%;
}

.contact-ul li:nth-child(3) {
    background: url(../images/contact03.png) no-repeat left center;
    background-size: 62px;
    width: 30%;
    float: right;
}

.contact-ul li:nth-child(4) {
    background: url(../images/contact04.png) no-repeat left center;
    background-size: 62px;
    width: 30%;
}

.contact-ul li:nth-child(5) {
    background: url(../images/contact05.png) no-repeat left center;
    background-size: 62px;
    width: 30%;
    float: right;
}

.contact-ul li:nth-child(6) {
    background: url(../images/contact06.png) no-repeat left center;
    background-size: 62px;
    width: 30%;
}

.contact-ul li:nth-child(7) {
    background: url(../images/contact07.png) no-repeat left center;
    background-size: 62px;
    width: 30%;
    float: right;
}

.contact-tit {
    line-height: 30px;
    color: #00999c;

    font-size: 20px;
    margin-bottom: 4px;
    display: inline-block;
    border-bottom: 1px solid #00999c;
}

.contact-dec {
    line-height: 27px;
    color: #5b5c5c;

    font-size: 18px;
}

.adress-month{
    height: 34px;
    line-height: 34px;
    background: url(../images/adress.png)no-repeat left center;
    margin-left: 20px;
    padding-left: 48px;
    font-size: 22px;
    color: #ed6d00;
}
.plan-list{
    margin-top: 36px;
}
.plan-list:after{
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}
.plan-list li.plan-li{
    width: 382px;
    height: 177px;
    margin-right: 26px;
    margin-bottom: 30px;
    float: left;
}
.plan-p{
    padding-left: 35px;
    padding-top: 25px;
    box-sizing: border-box;
    border-radius: 8px;
    height: 100%;
}
.plan-list div.plan-active{
    cursor: pointer;
}

.plan-list li.plan-li:nth-child(3n){
    margin-right: 0;
}
.plan-p p{
    color: #fff;
    line-height: 1;
}
.plan-school{
    font-size: 28px;
    margin-bottom: 20px;
}
.plan-time{
    font-size: 16px;
    margin-bottom: 50px;
}
.plan-adress{
    font-size: 16px;
}
.plan-lay{
    width: 1200px;
    border: 1px solid #d0cfcf;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-box-shadow:0px 0px 5px #d0cfcf;
    -webkit-box-shadow:0px 0px 5px #d0cfcf;
    box-shadow:0px 0px 5px #d0cfcf;
    z-index: 999;
}
.plan-school-list{
    height: 436px;
    overflow-y: scroll;
    padding-top: 25px;
    padding-left: 65px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.plan-school-list li{
    width: 33%;
    padding-left: 72px;
    margin-bottom: 30px;
}
.plan-school-list li .school-numbg{
    left: 0;
}
.plan-school-list li .school-num{
    left: 0;
}
.plan-top{
    height: 58px;
    background-color: #f7f6f6;
    margin-bottom: 10px;
}
.plan-top img.plan-close{
    height: 36px;
    width: 36px;
    border-radius: 50%;
    margin-right: 16px;
    margin-top: 11px;
    float: right;
    cursor: pointer;
}
.plan-school-list::-webkit-scrollbar {
    width: 10px;
}
.plan-school-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #dddada;

}
.plan-school-list::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(247, 246, 246, 1);
}
.add-job{
    margin-top: 40px;
}
.add-job a{
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 130px;
    color: #fffefe;
    font-size: 14px;
    line-height: 40px;
    background-color: #00979a;
    border-radius: 10px;
    /*margin-left: 80px;*/
}

.arrowupwarp {
    width: 100%;
    height: 60px;
    background-color: #eefeff;
    position: absolute;
    top: -42px;
    left: 0;
    opacity: .8;
    text-align: center;
}
.arrowupwarp .arrowup {
    padding: 16px;
    cursor: pointer;
}